html{font-size: 100px;}
@media (max-width: 1600px){html{font-size: 95px;}}
@media (max-width: 1440px){html{font-size: 90px;}}
@media (max-width: 1220px){html{font-size: 85px;}}
@media (max-width: 1024px){html{font-size: 80px;}}
@media (max-width: 991px){html{font-size: 70px;}}
@media (max-width: 639px){html{font-size: 60px;}}
html, body{-webkit-text-size-adjust:none; /*filter: grayscale(100%);*/}
body{overflow-x:hidden; }
/* html, body, input, p, a, span, ul, li, dl, dt, dd, ol, select, td, th, input, textarea, button, div,em{font-family: "PingFang","Microsoft Yahei","SourceHanSansCN-Normal","HELVETI1ca Neue","Arial","Tohoma";}  */
/* html, body, input, select,input, textarea, button{font-family: "PingFangSC Regular","Microsoft Yahei","SourceHanSansCN-Normal","HELVETI1ca Neue","Arial","Tohoma";} */
@font-face {
  font-family: "PingFang SC";
  src: url("../fonts/PingFang-SC-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DIN";
  src: url("../fonts/DIN-Medium.woff") format("woff"),
     url("../fonts/DIN-Medium.ttf") format("truetype"),
     url("../fonts/DIN-Medium.eot") format("embedded-opentype"),
     url("../fonts/DIN-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.DIN{font-family: "DIN"}
body{font-family:"PingFang SC","Microsoft Yahei","Helvetica Neue","Helvetica","Arial",sans-serif;} 
a, a:link, a:visited, a:hover, a:active{/*color: #666;*/ outline: 0; /*border: 0;*/ text-decoration: none}
a:hover, a:active{background-color: transparent;}
em,b,strong{font-style: normal;font-weight: none;}
/*@media (min-width: 1200px){a:hover{color: #a21f24;}}*/
small{display: block; font-size: 100%;}
input, textarea, button, select, radio{outline: 0; border: 0;}
select:link,select:visited{color: #666;}
textarea{resize: none;}
img{max-width: 100%; display: block;}
ul{list-style: none;}
a{text-decoration: none; outline: 0; blr:expression(this.onFocus=this.blur()); }
::-ms-clear, ::-ms-reveal{display: none;}
select::-ms-expand{ display: none; } 
.mt0{margin-top: 0 !important;}
.mr0{margin-right: 0 !important;}
.mb0{margin-bottom: 0 !important;}
.ml0{margin-left: 0 !important;}
.weui-cell{padding: 10px 15px; position: relative; display: -webkit-box; display: -webkit-flex; display: flex;-webkit-box-align: center; -webkit-align-items: center; align-items: center;}
.weui-cell_primary{min-width: 1px; -webkit-box-align: start; -webkit-align-items: flex-start; align-items: flex-start;}
.weui-cell__bd{-webkit-box-flex: 1; -webkit-flex: 1; flex: 1;}
.weui-cell__ft{text-align: right; color: #999999;}
.weui-flex{display: -webkit-box; display: -webkit-flex; display: flex;}
.weui-flex__item{-webkit-box-flex: 1; -webkit-flex: 1; flex: 1;}
.line1{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.line2{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.line3{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}
.start{-webkit-box-align: start; -webkit-align-items: flex-start; align-items: flex-start;}
.end{-webkit-box-align: end; -webkit-align-items: flex-end; align-items: flex-end;}
.nobefore::before, .noafter::after{display: none !important;}
input:required:invalid, input:focus:invalid, textarea:required:invalid, textarea:focus:invalid{box-shadow: none; -moz-box-shadow: none;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color: #333;} 
input:-moz-placeholder, textarea:-moz-placeholder{color: #333;} 
input::-moz-placeholder, textarea::-moz-placeholder{color: #333;} 
input:-ms-input-placeholder, textarea:-ms-input-placeholder{color: #333;} 
div:focus{outline:none;}
img:focus{outline:none;}
.container{width: auto; margin: 0 15px; padding: 0;}
@media (min-width: 640px){.container{margin: 0 8.3%;}}
@media (min-width: 1200px){.container{margin: 0 11%;}}
@media (min-width: 1600px){.container{margin: 0 13.5416%;}}
.pd0{padding: 0 !important;}
.pl0{padding-left: 0 !important;}
.pr0{padding-right: 0 !important;}

.white{color: #fff !important;}
.red{color: #a21f24 !important;}
.gray333{color: #333 !important;}
.gray999{color: #999 !important;}
.opacity5{opacity: .5;}

a.fill{display: block; width: 100%; height: 100%;}
.max{max-width: 100%;}
.auto{margin-left: auto !important; margin-right: auto !important;}
.img-cover{object-fit: cover;}
.img-contain{object-fit: contain;}

.bg-white{background-color: #fff;}
.bg-gray1{background-color: #f5f5f5;}
.bg-gray2{background-color: #f7f7f7;}
h1,h2,h3,h4,h5,p{margin: 0}
.f12{font-size: 12px;}
.f14{font-size: 16px;}
.f16{font-size: 16px;}
.f18{font-size: 18px;}
.f20{font-size: 20px;}
.f22{font-size: 22px;}
.f24{font-size: 24px;}
.f26{font-size: 26px;}
.f28{font-size: 28px;}
.f30{font-size: 30px;}
.f36{font-size: 36px;}
.f40{font-size: 40px;}

.tl{text-align: left;}
.tc{text-align: center;}
.tr{text-align: right;}
.fl{float: left;}
.fr{float: right;}
.clear{clear: both;}
.pr{position: relative;}
.pb{position: absolute;}
.pf{position: fixed;}
.block{display: block;}
.hide{display: none;}
.inline{display: inline-block;}
.hidden{overflow: hidden;}
.cap{text-transform: capitalize;}
.upper{text-transform: uppercase;}
.bold{font-weight: bold;}
.indent{text-indent: 2em;}
.normal{font-weight: normal;}
.vmid td{vertical-align: middle;}
.hand{cursor: pointer; _cursor: hand;}
.ff-ar{font-family:Arial !important;}
.noborder{border: 0 !important;}
.noradius{border-radius: 0 !important;}
.ellipsis2{overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2; }
.ellipsis{white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.justify{text-align:justify; text-justify: distribute-all-lines; text-align-last:justify;}
.filterbox{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.5); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000); zoom:1;}
:root .filterbox{filter: none\9;}
.tips, .tips1{display: none; z-index: 100; top: 50%; left: 50%; margin-top: -20px; margin-left: -125px; padding: 10px; width: 250px; height: 40px; line-height: 20px; text-align: center; font-size: 16px; color: #fff; border-radius: 3px; background: rgba(0,0,0,.75); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#bf000000,endColorstr=#bf000000); zoom:1;}
:root .tips{filter: none\9;}
:root .tips1{filter: none\9;}
@media (max-width: 639px){.tips, .tips1{position: fixed; -webkit-transform: translateZ(0)}}
.clearfix:after {display: block; clear: both; height: 0px; overflow: hidden; content: "\200B" }
/* css3 style */
.trans-3{-webkit-transition: all 0.35s linear; transition: all 0.35s linear;}
.trans-8{-webkit-transition: all 0.8s; transition: all 0.8s;}
.h1,.h2,.h3,.h4,.h5,p{margin: 0}
.widthFix{width: 100%}
.mask{position: fixed;top: 0;left: 0;bottom: 0;right: 0;background: rgba(0,0,0,.6);z-index: 10;display: none;}

header{position: sticky;top:0;left: 0;right: 0;z-index: 8;background: #fff;transition: all .3s}
header .logo{left: 5vw;position: absolute;top:.13rem;width: 3.06rem;display: block;}
header .nav{display: flex;align-items: center;justify-content: center;}
header .nav .item>a{display: block;line-height: .8rem;padding:0 1.3vw;position: relative;font-size: .16rem;color: #333;transition: all .3s}
header .nav .item>a.on{color: #00BC70}
header .nav .item:not(:last-child)>a:after{content:"";width: 1px;height: .16rem;background: rgba(0,0,0,.1);position: absolute;top: 50%;margin-top: -.08rem;right: 0}
header .right{display: flex;align-items: center;right: 5vw;top: 50%;position: absolute;transform: translateY(-50%);}
header .right .line{width: 1px;height: .18rem;margin: 0 .24rem;background: rgba(0,0,0,.2);}
header .search>img{width: .18rem}
header .phone{display: flex;align-items: center;font-size: .18rem;color: #333;font-family: "DIN"}
header .phone img{width: .18rem;margin-right: .06rem}
header .nav .item{position: relative;}
header .nav2{width: 2.4rem;position: absolute;top:100%;left: 0;background: #fff;display: none;}
header .nav2 a{position: relative;line-height: .54rem;padding:0 .15rem;transition: all .3s;display: block;font-size: .16rem;color: #777;border-bottom: 1px solid #E2E2E2}
header .nav2 a:after{content:"";width: .16rem;height: .16rem;background: url(../images/jiantou2.png);background-size: cover;position: absolute;right: .15rem;transition: all .3s;top: 50%;margin-top:-.08rem;transform: translateX(-5px);}
header .nav2 a:last-child{border-bottom: 0}
header.on{box-shadow:0px 5px 5px rgba(0,0,0,.15)}
header .nav-icon{display: none;position: absolute;right:3vw;top: 50%;margin-top: -8px}
header .nav-icon span{display: block;width: 22px;height: 2px;background:#00BC70;border-radius:2px;transition: all .3s linear}
header .nav-icon span:not(:first-child){margin-top:5px;}
header .nav-icon.on span:nth-of-type(1){-webkit-transform: matrix(1,0,0,1,0,7) rotate(45deg);transform: matrix(1,0,0,1,0,7) rotate(45deg);}
header .nav-icon.on span:nth-of-type(3){-webkit-transform: matrix(1,0,0,1,0,7) rotate(45deg);transform: matrix(1,0,0,1,0,-7) rotate(-45deg);}
header .nav-icon.on span:nth-of-type(2){width: 0}
header .nav-icon.on span{background: #00BC70}
footer{background:url(../images/ftbg.jpg);background-size: cover;background-position: center;border-top:1px solid rgba(0,0,0,.06);}
.footer1{padding:4vw 0 3.6vw;}
.footer1 .container{display: flex;align-items: flex-start;}
.footer1 dl dt{font-size: .16rem;color: #333;font-weight: 500;line-height: .22rem;margin-bottom: .18rem}
.footer1 dl a{display: block;font-size: .14rem;color: #888;transition: all .3s;line-height:2;}
.footer1 dl{margin-right: 7.7vw;margin-bottom: 0}
.footer1 .left{display: flex;align-items: flex-start;flex: 1}
.footer1 .right p{font-size: .16rem;color: #333;line-height: .24rem;text-align: center;margin-top: .12rem}
.footer1 .right img{max-width:9.5vw;margin: 0 auto}
.footer2{border-top: 1px solid rgba(0,0,0,.06);text-align: center;padding: .31rem 0 .4rem;font-size: .14rem;color: #666}
.footer2 a{color: #666}

.pages{display: flex;align-items: center;justify-content: center;margin-top: 4.6vw}
.pages a{color: #999;width:.68rem;line-height: .32rem;border-radius: .04rem;border: 1px solid #CCCCCC;text-align: center;font-size: .16rem;transition: all .3s;margin: 0 .1rem}
.pages .item2{width: .86rem;}
.pages a.on{background: #00BC70;border-color: #00BC70;color: #fff}
.menubox{position: fixed;bottom: 10vh;right: 1.5vw;background: #fff;border-radius: 40px;z-index: 5;background: #00BC70;box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);}
.menubox .item{width:.6rem;height: .64rem;display: flex;align-items: center;justify-content: center;cursor: pointer;}
.menubox .item>img{width: .24rem;transition: all .3s}
.menuhover .content{position: absolute;top: 0;left: 0;right: 0;bottom: 0;padding: .2rem .28rem .23rem .23rem;}
.menuhover{width: 1.51rem;position: absolute;top:-.43rem;right: .57rem;transition: all .3s;opacity: 0;transform:translateX(20%) scale(0);}
.menuhover p{font-size: .14rem;color:#00BC70;line-height: .2rem;margin-top: .02rem;text-align: center;}
  .menubox .item:hover .menuhover{opacity: 1;transform:translateX(0) scale(1);}
@media (max-width: 1025px){
  header .nav-icon{display: block;}
  header .right{right: 75px}
  header .nav{box-shadow:0px 5px 10px rgba(0,0,0,.15);position: absolute;top: 100%;left:0;right: 0;display: block;background: #fff;display: none;}
  header{height: .8rem}
  header .nav .item>a{font-size: 13px;line-height: 45px;border-top: 1px solid #ededed;text-align: center;}
  header .nav .item>a:after{display: none;}
}
@media (min-width: 1000px){
  header .nav .item:hover>a{background: #00BC70;color: #fff}
  .footer1 dl a:hover{color: #00BC70}
  header .nav2 a:hover{background: #00BC70;color: #fff}
  header .nav2 a:hover:after{transform: translateX(0);}
  .menubox .item:hover>img{transform: translateY(-5px);}
  .pages a:hover{background: #00BC70;border-color: #00BC70;color: #fff}

}

@media (max-width: 767px){
  .menubox{display: none;}
    header .right .line{display: none;}
    header .right .phone{display: none;}
    header .search>img{width:16px}
    header .right{right: 50px}
    header .nav-icon{margin-top: -7px;right: 15px} 
    header .logo{left: 15px}
    header .nav-icon span{width: 20px;}
    header .nav-icon span:not(:first-child){margin-top:4px;}
    header .nav-icon.on span:nth-of-type(1){-webkit-transform: matrix(1,0,0,1,0,6) rotate(45deg);transform: matrix(1,0,0,1,0,6) rotate(45deg);}
    header .nav-icon.on span:nth-of-type(3){-webkit-transform: matrix(1,0,0,1,0,6) rotate(45deg);transform: matrix(1,0,0,1,0,-6) rotate(-45deg);}
    .footer1{display: none;}
    .footer2{padding:15px;font-size: 12px}
     .pages a{font-size: 12px;line-height:24px;margin: 0 5px}
    .pages .item{width:26px;}
    .pages{margin-top: 30px}
}


@-webkit-keyframes fadeup {
  0% {
    transform: translateY(20px);
    opacity: 0
  }

  100% {
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes fadeup {
  0% {
    transform: translateY(20px);
    opacity: 0
  }

  100% {
    transform: translateY(0);
    opacity: 1
  }
}

.fadeup {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
}

@-webkit-keyframes faderight {
  0% {
    transform: translateX(20px);
    opacity: 0
  }

  100% {
    transform: translateX(0);
    opacity: 1
  }
}

@keyframes faderight {
  0% {
    transform: translateX(20px);
    opacity: 0
  }

  100% {
    transform: translateX(0);
    opacity: 1
  }
}

.faderight {
  -webkit-animation-name: faderight;
  animation-name: faderight;
}


@-webkit-keyframes fadeleft {
  0% {
    transform: translateX(-30px);
    opacity: 0
  }

  100% {
    transform: translateX(0);
    opacity: 1
  }
}

@keyframes fadeleft {
  0% {
    transform: translateX(-30px);
    opacity: 0
  }

  100% {
    transform: translateX(0);
    opacity: 1
  }
}

.fadeleft {
  -webkit-animation-name: fadeleft;
  animation-name: fadeleft;
}


@keyframes point1 {
  0% {
    transform:scale(.8);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(.8);
  }
}

.point1 {
  -webkit-animation-name: point1;
  animation-name: point1;
}

@keyframes bigtosmall {
  0% { 
  opacity: 1;
  -webkit-transform: scale(1.1); 
  -ms-transform: scale(1.1); 
  transform: scale(1.1);
  }
  100% { 
  opacity: 1;
  -webkit-transform: scale(1); 
  -ms-transform: scale(1); 
  transform: scale(1);
  }
}
.bigtosmall{
  -webkit-animation-name: bigtosmall;
  animation-name: bigtosmall;
  transform-origin: 50% 50%;
}